projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
2cb4e91
1e985cc
)
Auto merge of #2270 - felixc:warn-on-empty-dep, r=alexcrichton
author
bors
<bors@rust-lang.org>
Wed, 20 Jan 2016 17:36:59 +0000
(17:36 +0000)
committer
bors
<bors@rust-lang.org>
Wed, 20 Jan 2016 17:36:59 +0000
(17:36 +0000)
This warns when encountering dependencies of either of these forms:
```
[dependencies]
foo = {}
```
and
```
[dependencies.foo]
```
(with nothing further provided).
In the future, this should likely become a hard error.
Related to #2147
Trivial merge